home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cli / APT-WBOpen11.lha / WO.readme < prev   
Text File  |  2000-08-30  |  3KB  |  87 lines

  1. Short:    Use CLI/req. to open WB-drawers/files (w/asm src.)
  2. Author:   Alex Gustavsen (s991641@stud.nhh.no)
  3. Uploader: Alex Gustavsen (s991641@stud.nhh.no)
  4. Version:  1.1
  5. Type:     util/cli
  6. Requires: OS 3.5 (workbench.library v44+)
  7.  
  8.  
  9.  
  10. = About WBOpen ==============================================================
  11.  
  12. WBOpen  allows  you to open files or drawers from Shell in the same way as if
  13. you  doubleclicked  their  icons from WB.  If you don't supply a name, an ASL
  14. requester will pop up.
  15.  
  16. WBOpen requires OS3.5.  It will not work unless Workbench is loaded.
  17.  
  18.  
  19. = Why? ======================================================================
  20.  
  21. The  main  reason  why I wrote WO was that I got tired of clicking my through
  22. the entire directory tree just to open ONE drawer.  Usually this "one drawer"
  23. would  be  currentdir  in CLI or the source directory in DOpus or Filemaster,
  24. which of course makes the situation seem even more wasted..  =]
  25.  
  26. Then  there's  those  programs  that store their prefs as icon tooltypes, and
  27. expect you to type the arguments manually when started from Shell..
  28.  
  29.  
  30. = Usage =====================================================================
  31.  
  32. WBOpen  currently  only  takes one argument, which is the name of the file or
  33. drawer  that  you want to open.  The entire commandline is taken as argument,
  34. so you don't have to worry about quotation marks if the name contains spaces.
  35.  
  36. Here's a few examples to demonstrate how it works:
  37.  
  38. > wo sys:prefs          ;this brings up the prefs drawer on the wb screen
  39. > wo ""                 ;opens currentdir
  40. > wo file with ttypes   ;launches "file with ttypes" from WB
  41. > wo                    ;let you choose file/dir using a requester
  42.  
  43.  
  44. = History ====================================================================
  45.  
  46. (1.1)  First  public  release.  Rewrote most of the source because the latest
  47. version somehow disappeared from my HD.  Also added support for ASL requester
  48. if argument missing.
  49.  
  50. (1.0) First version
  51.  
  52.  
  53. = Feedback ===================================================================
  54.  
  55. If you like this program, if you find any bugs, or if you have suggestions
  56. for future improvements, please get in touch!
  57.  
  58. You can reach me at:
  59.  
  60. Alexander Gustavsen
  61. Hegrenesveien 6a
  62. N-5035 Bergen
  63. Norway
  64.  
  65. E-mail: s991641@stud.nhh.no
  66. SMS:    (+47) 95 80 89 25
  67.  
  68. Any feedback is greatly appreciated!
  69.  
  70.  
  71. = Greetings =================================================================
  72.  
  73. A big hello to Punisher/APT and all other friends in Apathy and on the rest
  74. of the Amiga demoscene. See you at KG?!
  75.                                            _____       _______  _________
  76.        ___________ _          _ __________/    /______/______/____      /
  77.    ____\____    _____________________      _______________       / ____/___ 
  78.   /        /   /   ____    /        /   /  \        /    /      /  \      __
  79.  /    ____/   /   /       /    ____/   /    \__    /    /      /    \     \
  80. /____________/   /_______/____________/___________/____/      /_________   \
  81.      p^a-99 /______ _    apathy - we care a lot..     /___________/_________\
  82.  
  83. =============================================================================
  84.                         - This program is SOFTWARE! -
  85. =============================================================================
  86.  
  87.